home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / temacd / outpostfirewall / OutpostProInstall.exe / {code_GetUserTempDir} / sdi / afwmp.inf < prev   
Windows Setup INFormation  |  2007-12-12  |  2KB  |  77 lines

  1. [Version] 
  2. Signature      = "$Windows NT$" 
  3. Class          = Net
  4. ClassGUID      = {4D36E972-E325-11CE-BFC1-08002BE10318}
  5. CatalogFile    = afw.cat 
  6. DriverVer=12/12/2007,1.0.232.8412
  7.  
  8.  
  9. Provider=%AGTM% 
  10.  
  11. [Manufacturer] 
  12. %AGTM%=AGTM,NTamd64
  13.  
  14. [ControlFlags]
  15. ExcludeFromSelect = AGTM_AFW_MP
  16.  
  17.  
  18. [SourceDisksNames]
  19. 1=%afw_desc%,,,
  20.  
  21. [DestinationDirs]
  22. DefaultDestDir=12
  23.  
  24. [AGTM]
  25. %afw_desc_mp%=afwmp.ndi, AGTM_AFW_MP
  26.  
  27. [AGTM.NTamd64]
  28. %afw_desc_mp%=afwmp.ndi, AGTM_AFW_MP
  29.  
  30. [afwmp.ndi]
  31. Characteristics =  0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL  | NCF_HIDDEN
  32. ;Characteristics =  0x01 ; NCF_VIRTUAL  
  33. ;AddReg = afwmp.ndi.AddReg
  34.  
  35. ;[afwmp.ndi.AddReg]
  36. ;HKR, Ndi, Service, 0, afwmp
  37.  
  38. [afwmp.ndi.Services]
  39. AddService = afw, 0x02 ,afwmp.AddService
  40.  
  41. [afwmp.AddService]
  42. DisplayName    = %afw_desc%
  43. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  44. StartType      = 3 ;SERVICE_DEMAND_START
  45. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  46. ServiceBinary  = %12%\afw.sys
  47. LoadOrderGroup = NDIS Wrapper
  48.  
  49.  
  50.  
  51. ; ----------------------------------------------------------------------
  52.  
  53. [Strings] 
  54.  
  55. ;  *******Localizable Strings******* 
  56. AGTM= "Agnitum" 
  57. afw_desc = "Agnitum firewall driver" 
  58. afw_desc_debug = "Agnitum firewall debug driver"
  59. afw_desc_mp = "Agnitum firewall miniport"
  60.  
  61. ;  *******Non Localizable Strings******* 
  62.  
  63. SERVICE_BOOT_START = 0x0 
  64. SERVICE_SYSTEM_START = 0x1 
  65. SERVICE_AUTO_START = 0x2 
  66. SERVICE_DEMAND_START = 0x3 
  67. SERVICE_DISABLED = 0x4 
  68.  
  69. SERVICE_KERNEL_DRIVER = 0x1 
  70. SERVICE_ERROR_IGNORE = 0x0 
  71. SERVICE_ERROR_NORMAL = 0x1 
  72. SERVICE_ERROR_SEVERE = 0x2 
  73. SERVICE_ERROR_CRITICAL = 0x3 
  74.  
  75. REG_EXPAND_SZ = 0x00020000 
  76. REG_DWORD = 0x00010001 
  77.